home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / English.lproj / BrowserWindow.toolbar < prev    next >
Text File  |  2005-10-24  |  8KB  |  240 lines

  1. {
  2.     allowedItemIdentifiers = (
  3.         Back, Forward, StartPage, Reload, Stop, MarkPage, 
  4.         MarkBack, MarkForward, AddBookmark, Bookmarks, History, Tabs, 
  5.         Info, SitePreferences, ViewSource, ViewLinks, Downloads, Find, 
  6.         LoadImages, AutoFill, SendLink, Smaller, Bigger, Summarize,  
  7.         NSToolbarPrintItem, OverrideEncoding, AddressField, SearchField, Throbber, NSToolbarSeparatorItem, 
  8.         NSToolbarSpaceItem, NSToolbarFlexibleSpaceItem, NSToolbarCustomizeToolbarItem
  9.     );
  10.     defaultItemIdentifiers = (
  11.     Tabs, Back, Forward, Reload, Stop, AddressField, Throbber, SearchField, SitePreferences, Bookmarks
  12.     );
  13.     itemsRequiringAddress = (
  14.         Reload, MarkPage, AddBookmark, ViewSource, ViewLinks, LoadImages, AutoFill, Summarize, Bigger, Smaller, SendLink, OverrideEncoding, NSToolbarPrintItem
  15.     );
  16.     
  17.     itemInfoByIdentifier = {
  18.         StartPage = {
  19.             action = "goToStartPage:";
  20.             imageName = StartPage;
  21.             label = "Start Page";
  22.             paletteLabel = "Go to Start Page";
  23.             toolTip = "Go to personal Start Page";
  24.         };
  25.         Reload = {
  26.             action = "reload:";
  27.             imageName = Reload;
  28.             label = Reload;
  29.             paletteLabel = "Reload Page";
  30.             toolTip = "Refresh page from server/disk";
  31.         };
  32.         Stop = {
  33.             action = "stopLoad:";
  34.             imageName = Stop;
  35.             label = Stop;
  36.             paletteLabel = "Stop Load";
  37.             toolTip = "Stop loading page";
  38.         };
  39.         MarkPage = {
  40.             action = "markPage:";
  41.             imageName = MarkPage;
  42.             label = "Mark Page";
  43.             paletteLabel = "Mark Page";
  44.             toolTip = "Mark the current page";
  45.         };        
  46.         AddBookmark = {
  47.             action = "addToBookmarks:";
  48.             imageName = AddBookmark;
  49.             label = "Add Bookmark";
  50.             paletteLabel = "Add to Bookmarks";
  51.             toolTip = "Adds the current page to personal bookmarks";
  52.         };
  53.         History = {
  54.             action = "showHistoryBookmarks:";
  55.             imageName = History;
  56.             label = History;
  57.             paletteLabel = "Show History";
  58.             toolTip = "Shows the global history";
  59.         };
  60.         Tabs = {
  61.             action = "toggleTabDrawer:";
  62.             imageName = Tabs;
  63.             label = Tabs;
  64.             paletteLabel = "Show Tabs";
  65.             toolTip = "Shows the tab drawer";
  66.         };
  67.         ViewSource = {
  68.             action = "viewSource:";
  69.             imageName = ViewSource;
  70.             label = "Edit Source";
  71.             paletteLabel = "Edit HTML Source";
  72.             toolTip = "Opens the HTML source editor for this page";
  73.         };
  74.         ViewLinks = {
  75.             action = "viewAsBookmarks:";
  76.             imageName = ViewLinks;
  77.             label = "View Links";
  78.             paletteLabel = "View Links";
  79.             toolTip = "Opens a bookmarks window containing the links on this page";
  80.         };
  81.         Info = {
  82.             target = firstResponder;
  83.             action = "togglePageInfo:";
  84.             imageName = Inspector;
  85.             label = Info;
  86.             paletteLabel = "Page Info";
  87.             toolTip = "Toggles the Page Info inspector";
  88.         };
  89.         Downloads = {
  90.             target = firstResponder;
  91.             action = "showDownloadsPanel:";
  92.             imageName = Downloads;
  93.             label = Downloads;
  94.             paletteLabel = "Downloads Panel";
  95.             toolTip = "Shows the recent downloads panel";
  96.         };
  97.         NetActivity = {
  98.             target = firstResponder;
  99.             action = "showStatusDisplay:";
  100.             imageName = NetActivity;
  101.             label = "Net Activity";
  102.             paletteLabel = "Network Activity";
  103.             toolTip = "Shows the network activity panel";
  104.         };
  105.         Find = {
  106.             target = firstResponder;
  107.             action = "showFindPanel:";
  108.             imageName = Find;
  109.             label = Find;
  110.             paletteLabel = "Find on Page";
  111.             toolTip = "Opens the find panel (for in-page searches)";
  112.         };
  113.         LoadImages = {
  114.             action = "loadAllImages:";
  115.             imageName = LoadImages;
  116.             label = "Load Images";
  117.             paletteLabel = "Load Images";
  118.             toolTip = "Loads images and other embedded media";
  119.         };
  120.         AutoFill = {
  121.             action = "autoFillForms:";
  122.             imageName = AutoFill;
  123.             label = "AutoFill";
  124.             paletteLabel = "AutoFill Form";
  125.             toolTip = "Fills in forms using the information in AutoFill Preferences";
  126.         };
  127.         SendLink = {
  128.             action = "sendLink:";
  129.             imageName = MailTo;
  130.             label = "Send Link";
  131.             paletteLabel = "Send Link";
  132.             toolTip = "Opens an email compose window with a link to the current page";
  133.         };
  134.         Smaller = {
  135.             action = "decreaseSize:";
  136.             imageName = SmallerText;
  137.             label = Smaller;
  138.             paletteLabel = "Smaller Text";
  139.             toolTip = "Decreases font size";
  140.         };
  141.         Bigger = {
  142.             action = "increaseSize:";
  143.             imageName = BiggerText;
  144.             label = Bigger;
  145.             paletteLabel = "Bigger Text";
  146.             toolTip = "Increases font size";
  147.         };
  148.         Summarize = {
  149.             action = "summarize:";
  150.             imageName = Summarize;
  151.             label = Summarize;
  152.             paletteLabel = "Summarize";
  153.             toolTip = "Summarize selected text";
  154.         };
  155.         SitePreferences = {
  156.             action = "toggleSitePreferences:";
  157.             imageName = SitePreferences;
  158.             label = "Site Preferences";
  159.             paletteLabel = "Site Preferences";
  160.             toolTip = "Toggle the Site Preferences inspector";
  161.         };
  162.         
  163.         /* These items have custom views, so keys apply differently here */
  164.         Back = {
  165.             action = "goBack:";
  166.             imageName = Back;
  167.             label = Back;
  168.             paletteLabel = "Go Back";
  169.             toolTip = "Go to previous page";
  170.             minSize = ( 32.0, 32.0 );
  171.             maxSize = ( 32.0, 32.0 );
  172.         };
  173.         Bookmarks = {
  174.             action = "viewBookmarksInPreferredMode:";
  175.             imageName = Bookmarks;
  176.             label = Bookmarks;
  177.             paletteLabel = "Show Bookmarks";
  178.             toolTip = "Shows personal bookmarks in the browser or in a new window";
  179.             minSize = ( 32.0, 32.0 );
  180.             maxSize = ( 32.0, 32.0 );
  181.         };
  182.         Forward = {
  183.             action = "goForth:";
  184.             imageName = Forward;
  185.             label = Forward;
  186.             paletteLabel = "Go Forward";
  187.             toolTip = "Go to next page";
  188.             minSize = ( 32.0, 32.0 );
  189.             maxSize = ( 32.0, 32.0 );
  190.         };
  191.         MarkBack = {
  192.             action = "previousMark:";
  193.             imageName = MarkBack;
  194.             label = "Previous Mark";
  195.             paletteLabel = "Previous Mark";
  196.             toolTip = "Go to previous marked page";
  197.             minSize = ( 32.0, 32.0 );
  198.             maxSize = ( 32.0, 32.0 );
  199.         };
  200.         MarkForward = {
  201.             action = "nextMark:";
  202.             imageName = MarkForward;
  203.             label = "Next Mark";
  204.             paletteLabel = "Next Mark";
  205.             toolTip = "Go to next marked page";
  206.             minSize = ( 32.0, 32.0 );
  207.             maxSize = ( 32.0, 32.0 );
  208.         };
  209.         AddressField = {
  210.             paletteLabel = "Address Field";
  211.             label = "Address";
  212.             nullMenu = "(Address)";
  213.             minSize = ( 200.0, 21.0 );
  214.             maxSize = ( 1600.0, 21.0 );
  215.         };
  216.         SearchField = {
  217.             paletteLabel = "Search Field";
  218.             label = "Search";
  219.             nullMenu = "(Search)";
  220.             minSize = ( 80, 21.0 );
  221.             maxSize = ( 180, 21.0 );
  222.         };
  223.         OverrideEncoding = {
  224.             label = "Encoding";
  225.             imageName = Encoding;
  226.             toolTip = "Override text encoding of pages in this browser";
  227.             paletteLabel = "Text Encoding";
  228.             recentSelectionsHeading = "Favorite Encodings";
  229.             asSpecifiedByServerHeading = "Use Encoding Provided by Server";
  230.             minSize = ( 59.0, 25.0 );
  231.             maxSize = ( 59.0, 25.0 );
  232.         };
  233.         Throbber = {
  234.             paletteLabel = "Status Indicator";
  235.             label = "";
  236.             nullMenu = "(Status Indicator)";
  237.         };
  238.    };
  239. }
  240.